home *** CD-ROM | disk | FTP | other *** search
- -- background: 10646 from stack: in.0
- -- bmap block id: 10918
- -- flags: 0000
- -- background id: 0
- -- name: IconicMenus
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=474 top=195 right=224 bottom=506
- -- title width / last selected line: 0
- -- icon id / first selected line: 24471 / 24471
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: MapBtn
- ----- HyperTalk script -----
- -- Go to the Map stack. "CameFrom" holds the name of this cd
- -- so the Map can hilite the cd the user came from.
- on mouseUp
- global DisSpeed, CameFrom, MapMode
- set the hilite of me to true
- lock Screen
- set the hilite of me to false
- put the short name of this cd into CameFrom
- visual DisSpeed
- if MapMode is "graph" then
- go stack "•HC 2.0-3"
- HiliteMap
- else
- go to cd "indexMap" of stack "•HC 2.0-3"
- end if
- unlock screen with DisSpeed
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=474 top=235 right=264 bottom=506
- -- title width / last selected line: 0
- -- icon id / first selected line: 10112 / 10112
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: HomeBtn
- ----- HyperTalk script -----
- on mouseUp
- answer "What do you want to do?" with "Cancel" or "Quit" or "Go Home"
- if it is not "Cancel" then
- global CameFrom,stakName
- put the short name of this cd into CameFrom
- put the short name of this stack into stakName
- if it is "Quit" then doMenu "Quit HyperCard"
- else if it is "Go Home" then doMenu "Home"
- end if
- end mouseUp
-
-
-
- -- part 8 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=140 top=62 right=91 bottom=463
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 174
- -- text size: 24
- -- style flags: 8448
- -- line height: 32
- -- part name: titleFld
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=477 top=293 right=322 bottom=501
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: goback
- ----- HyperTalk script -----
- on mouseUp
- lock screen
- go to card "getting started"
- unlock screen with iris close
- end mouseUp
-
-